ToString Method

Task Parallel System.Threading

Creates and returns a string representation of this instance.

Namespace:  System
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function ToString As String
C#
public override string ToString()

Return Value

The result of calling ToString()()() on the Value.

Exceptions

ExceptionCondition
System..::.NullReferenceException The Value is null.

See Also